@font-face {
	font-family: 'Gotham-Bold';
	src: url('../fonts/Gotham-Bold.eot');
	src: local('☺'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'PingFangMedium';
    src: url('../fonts/PingFangMedium.eot');
    src: url('../fonts/PingFangMedium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PingFangMedium.woff2') format('woff2'),
         url('../fonts/PingFangMedium.woff') format('woff'),
         url('../fonts/PingFangMedium.ttf') format('truetype'),
         url('../fonts/PingFangMedium.svg#PingFangMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
}